From 6da3b16b35d815388316e0633465f33c4c168a63 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 15 Mar 1993 04:43:47 +0000 Subject: [PATCH] * sort.el (sort-float-fields): Use string-to-number, not string-to-float. --- lisp/sort.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/sort.el b/lisp/sort.el index f1131ef287f..2d56aee1f9a 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -265,7 +265,7 @@ region to sort." (sort-fields-1 field beg end (function (lambda () (sort-skip-fields (1- field)) - (string-to-float + (string-to-number (buffer-substring (point) (save-excursion -- 2.30.2